home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / qbtree51.zip / UPDATE.DOC < prev    next >
Text File  |  1991-04-07  |  1KB  |  34 lines

  1. 7-Apr-1991 QBTREE 5.01
  2. Bug fixes
  3.  
  4. 1) Files were opened with LOCK READ WRITE which made using the
  5. record-locking routines impossible. Changed to SHARED.
  6.  
  7. 2) MemCopy expected 6 parameters (rather than 5) and would either
  8. cause unexpected errors or lockup the computer. Fixed.
  9.  
  10. 22-Mar-1991 QBTREE 5.00
  11. Notice of important changes
  12.  
  13. 1) These routines have been renamed:
  14.  
  15. 5.00 name               4.xx name
  16. ---------               ---------
  17. AddKey()                PutKey()
  18. AddKeyRecord()          AddRecord()
  19. DeleteKeyRecord()       DeleteRecord()
  20.  
  21. 2) MemCopy no longer allows for a direction argument. All trans-
  22. fers are done in the forward direction.
  23.  
  24. 3) Version 4.20 indexes should not be used, period. If you have
  25. indexes maintained by QBTREE 4.20 then create new indexes using
  26. QBTREE 5.00. QBTREE 4.51 indexes can be used.
  27.  
  28. 4) Data buffer allocation is now done at run-time using far
  29. memory. 
  30.  
  31. 5) Support for BASIC 7.x far strings and QBX.
  32.  
  33. 6) Network support in same library.
  34.